
org.bouncycastle.operator.GenericKey Maven / Gradle / Ivy
package org.bouncycastle.operator;
public class GenericKey
{
private Object representation;
public GenericKey(Object representation)
{
this.representation = representation;
}
public Object getRepresentation()
{
return representation;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy