18#ifndef _DECAF_SECURITY_AUTH_X500_X500PRINCIPAL_H_
19#define _DECAF_SECURITY_AUTH_X500_X500PRINCIPAL_H_
46 virtual void getEncoded( std::vector<unsigned char>& output )
const = 0;
Base interface for a principal, which can represent an individual or organization.
Definition Principal.h:32
Definition X500Principal.h:33
virtual void getEncoded(std::vector< unsigned char > &output) const =0
virtual std::string getName() const =0
Provides the name of this principal.
virtual int hashCode() const =0
Definition X500Principal.h:31
Definition X500Principal.h:30
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition AprPool.h:25