class org.apache.zookeeper.test.X509AuthTest$TestPublicKey extends java.lang.Object implements java.security.PublicKey
{
private static final long serialVersionUID;
private void <init>()
{
org.apache.zookeeper.test.X509AuthTest$TestPublicKey v;
v := @this: org.apache.zookeeper.test.X509AuthTest$TestPublicKey;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public java.lang.String getAlgorithm()
{
org.apache.zookeeper.test.X509AuthTest$TestPublicKey v;
v := @this: org.apache.zookeeper.test.X509AuthTest$TestPublicKey;
return null;
}
public java.lang.String getFormat()
{
org.apache.zookeeper.test.X509AuthTest$TestPublicKey v;
v := @this: org.apache.zookeeper.test.X509AuthTest$TestPublicKey;
return null;
}
public byte[] getEncoded()
{
org.apache.zookeeper.test.X509AuthTest$TestPublicKey v;
v := @this: org.apache.zookeeper.test.X509AuthTest$TestPublicKey;
return null;
}
}