Interface ICryptoAlgorithm

  • All Superinterfaces:
    com.helger.commons.id.IHasID<String>
    All Known Implementing Classes:
    ECryptoAlgorithmCrypt, ECryptoAlgorithmSign

    public interface ICryptoAlgorithm
    extends com.helger.commons.id.IHasID<String>
    Base interface for signing and crypting crypto algorithms.
    Author:
    Philip Helger
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.bouncycastle.asn1.ASN1ObjectIdentifier getOID()  
      • Methods inherited from interface com.helger.commons.id.IHasID

        getID
    • Method Detail

      • getOID

        @Nonnull
        org.bouncycastle.asn1.ASN1ObjectIdentifier getOID()
        Returns:
        The ASN.1 object identifier of the crypto/sign algorithm. Never null.